home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / prog / tw / tfw.5 / CALLDCO.SLT < prev    next >
Text File  |  1994-12-07  |  208b  |  11 lines

  1. // CALLDCO.SLT
  2. //
  3. // demo script to call up the deltaComm Online 
  4. // Telix support BBS
  5.  
  6. main()
  7. {
  8.   if (dial("deltaComm Online", 0, 0) < 0)
  9.     status_wind("Could not establish connection.", 40); 
  10. }
  11.